Consider the set of statements of arithmetic, such that:
the statement contains no existential quantifiers, only universal quantifiers;
the statement contains only logical
andand not logicalor; andthe statement contains no logical negations.
For exact details of the language, see here.
Is there a formal system that can decide the truth of all such statements, or does the incompleteness theorem guarantee that some will always be undecidable?
It looks like you're working in $\mathbb{Z}$ and your language consists of: variables, numerals such as 1, plus, times, minus, $\wedge$, $\forall$, and $>$. If this is correct, then your problem is undecidable, because we can inject the known-to-be-undecidable problem:
by squaring the polynomial and asking whether $\forall \vec x \;( p(\vec x) ^2 > 0).$
The undecidability of this problem is known as Matiyasevich's Theorem, among other names.