Will $f(v,w) = w^T A v$ define an inner product where $v,w \in \Bbb{R}^2$ and $A = \begin{bmatrix} 1 & 0 \\ 0 & -1\end{bmatrix}$?
If $\langle x,y\rangle = x^T Ay$ then for that to be an inner product $A$ must be symmetric, positive definite that is eigenvalues must be positive, but in my case eigenvalues of $A$ are $1,-1$, so is this not an inner product, also how $f(v,w) = f(w,v)$?
This doesn't quite define an inner product, but the only thing that fails as far as I can tell is $f(v,v)\geq0$ and $f(v,v)=0\iff v=0$. Consider $v=( 1,1)^T$ or $v=(1,2)^T$ for those facts.
As far as the symmetricity you asked about, that does actually hold. One easy way to check that is to choose variables for the coordinates of $v$ and $w$ and verify that the multiplication works as desired. If $v=( a,b)^T$ and $w=(c,d)^T$, then $f(v,w)=f(w,v)=ac-bd$.