In the wikipedia, they define polynomial as follows:
In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables.
Then if is there operations of differential, integral, etc. in the expression (for example)
$1+\frac{dy}{dx}$
then aren't expressions which have differential or integration like above can't be considered polynomial?
Perhaps the concept you are looking for is of differential polynomials.
This extends the idea of a polynomial to include differentiation operations (actually termed "derivations") applied to variables.
A more precise definition of polynomial from Wikipedia is in polynomial ring
However, while this definition is useful in abstract algebra, it is not what is commonly used in practice. A key idea is that of a polynomial expression relative to some given set of other expressions. That is, for example, $\cos(x)^2 + \sin(x)^2 - 1$ is a polynomial expression relative to $\{\cos(x),\sin(x)\}.$ Thus, another example is that $1 + \frac{dy}{dx}$ is a polynomial expression relative to $\{\frac{dy}{dx}\}.$