Let $A \in \Bbb R^n \times \Bbb R^n$ be a symmetric and positive semidefinite matrix. Let $q(x) =x^\top Ax$ and let the isotropic cone be defined as
$$W= \{x ; q(x) = 0 \}$$
I want to show that $W$ is a subspace of $\Bbb R^n$.
My closest attempt:
Take $x$ and $y$ in $W$ (the zero vector always belongs to $W$ and is a subspace of $\Bbb R^n$). let $\alpha, \beta \in\Bbb R $ It is known that $$q(\alpha x- \beta y) = -2 \alpha \beta x^\top Ay + \alpha^2 q(x) + \beta^2 q(y) = -2 \alpha \beta x^\top Ay$$
So ignoring constants we are done if $x^\top Ay = 0$ for $x,y \in W$. By the spectral theorem we have that $A = UDU^\top$ where $D$ is diagonal and $U$ is unitary. This means that $$ x^\top Ay = (U^\top x)D (U^\top y) $$ but I don't see where I can go from here.
If $A$ is positive semi-definite, then the Cauchy-Schwarz inequality holds for the (possibly degenerate) scalar product $\langle x,y\rangle_A\doteq x^\top Ay$, but this time you can have equality without $x$ and $y$ being proportional. And $\|x\|_A\doteq \sqrt{\langle x,x\rangle_A}$ is a semi-norm (with a similar remark for the triangle inequality).
Clearly $0\in W$ and $x\in W$, $\lambda \in \Bbb R$ implies $\lambda x\in W$. Finally, if $x,y\in W$ we have $$\begin{align} 0\leq \langle x+y,x+y\rangle_A &=\langle x,x\rangle_A+2\langle x,y\rangle_A+\langle y,y\rangle_A \\ &= 2\langle x,y\rangle_A \\ &\leq 2\|x\|_A\|y\|_A = 0,\end{align} $$as wanted.
Note that semi-definiteness is essential. In $\Bbb R^2$, the matrix $A={\rm diag}(1,-1)$ gives a counter-example ($W$ is the union of the lines $y=x$ and $y=-x$).
Note that this argument holds for positive semi-definite bilinear forms in any vector space (including the infinite dimensional case).