Let F = {0, 1, -1, a, b, c}. All a, b and c must have unique multiplicative inverses, that is, they must be paired with eachother. There's only 3 elements therefore at least one does not have an inverse. You can fairly easily generalise this to even numbers perhaps? Sorry for lack of formalism, this is intended as a comment but my score isn't high enough
Edit: Thank you in comments for pointing out my grave error and thank you for the insights I think I actually have a proof now though I could be wrong again. As said below in comments, the above proves this for the case $1 \neq -1$ so lets consider the case $1=-1$ and take $F = \{0, 1, a_1, a_2, a_3, a_4\}$ to be a field for such a case.
Because of the existence of the multiplicative inverse, we know that the inverse of $a_1$ must be one of $a_2, a_3, a_4$. Let's pick one arbitrarily, say $a_3$, and consequently $a_2$ must be the inverse of $a_4$. Thus we have:
$a_1^{-1} = a_3$,
$a_2^{-1} = a_4$.
Now let's look at $a_1 a_4$. It is certain that $a_1 a_4 \neq a_1$ or $a_1 a_4 \neq a_4$ since that implies $a_4 = 1$ or $a_1 = 1$ which violates uniqueness of identity. Similarly, $a_1 a_4 \neq 0$ or $a_1 a_4 \neq 1$ since that would contradict uniqueness of zero element and inverse respectively. This means that $a_1 a_4 = a_2 \space or \space a_3$. It doesn't matter which one we pick, the proof is pretty much the same for both from here on out, so lets pick $a_1 a_4 = a_3$. From this equality and using a tad of manipulation:
$a_2 = a_1^2$
Because of the existence of the additive inverse, the inverse of $a_1$ must be one of $-a_2, -a_3, -a_4$. These 3 cases are considered briefly as follows (using $1 = -1$):
1.) $a_1 = -a_2 = a_2 = a_1^2$ which implies $a_1 = 1$
2.) $a_1 = -a_3 = a_3 = a_1^{-1}$ which implies $a_2 = a_1^2 = 1$
3.) $a_1 = -a_4 = a_2 = a_1^2$ which implies $a_1 = 1$
This contradicts uniqueness of multiplicative identity. Furthermore, since choices above were arbitrary and/or near identical, we are forced to conclude that F is not in fact a field.
I don't know if this is the right kinda proof for you as its a tad long but should be understandable enough right?