I typed this into a logic calculator, and it comes out as invalid:
\begin{align*} \forall x, & E(x) \implies I(x) \vee A(x) \\ \forall x, & A(x) \implies \neg E(x) \\ \forall x, & E(x) \implies \neg A(x)\\ \exists x, & E(x) \implies I(x)\\ \exists x, & E(x)\\ E(x)⟹I(x) \end{align*}
Can someone help me explain why it's invalid?
Long comment
As you have written it in the logic calculator, it is a single formula (a conjunction) and not an argument.
Thus, the calculator's answer is correct: the formula is invalid.
As answered by the tool, consider a domain $D = \{ 0 \}$ where we have that $E(0), I(0)$ and $A(0)$ hold. The part $\forall x (Ex \to \lnot Ax)$ is not satisfied.