We know that a paraboloid, $x_1^2 + x_2^2 = x^T x$ is the generalization of a quadratic $x^2$.
Is there some function similar to $x^Tx$ that can be used to represent cubic, quartic, quintic...polynomials?
I was thinking of $x x^Tx$ for $x^3$ but obviously that doesn't work. Or perhaps $x_1^3 + x_2^3$ is the natural generalization that you simply cannot be put into a dot product between two vectors.
What you want is a special case of a homogenous function (that's functions satisfying $f(\lambda x)=\lambda^k f(x)$ for some $\lambda$, just like $x^k$ in 1d). In particular, you want those homogenous functions which are generated by a symmetric multilinear map: Let $M_k:V^k\longrightarrow W$ be a multilinear map, where $V,W$ are vector spaces. Then you want those functions $f:V\longrightarrow W$ of the form $f(x)=M_k(\underbrace{x,\dots,x}_{k~\textrm{times}})$. Such functions will always be homogenous, like powers are in 1d. Such functions come up in the generalized Taylor's theorem, for instance, similar to what Hyperplane mentions in their answer. These kinds of homogenous functions are also special because they allow us to express polynomials in multiple variables: For every polynomial $P\in\mathbb R[X_1,\dots,X_n]$ of degree $m$, there are unique symmetric multilinear maps $M_k:\underbrace{\mathbb R^n\times\dots\times\mathbb R^n}_{k~\textrm{times}}\longrightarrow\mathbb R$ for $k=0,\dots,m$ such that $$P(X)=M_0+M_1(X)+\dots+M_m(\underbrace{X,\dots,X}_{m~\textrm{times}}),$$ where $X:=(X_1,\dots,X_n)$. And that's what we're really doing with integer powers of $x$ most of the time, isn't it?
If you want to have it more abstractly, you can use the symmetric $k$-th power $S^k(V)$ of $V$, which is similar to the tensor product (a quotient space of the tensor product, to be precise), with a universal property uniquely suited to describe the above maps: The symmetric power $S^k(V)$ is the unique (up to unique isomorphism) vector space for which there exists a symmetric multilinear map $\vee :V^k\longrightarrow S^k(V),~(v_1,\dots,v_k)\mapsto v_1\vee\dots\vee v_k$, called the symmetric product, with the property that every other symmetric multilinear map $m:V^k\longrightarrow W$ can be written uniquely as $m(v_1,\dots,v_k)=\tilde m(v_1\vee\dots\vee v_k)$, where $\tilde m:S^k(V)\longrightarrow W$ is linear. So you can abstractly describe "integer powers of $x$" in multiple dimensions as linear maps whose domain is the symmetric power $S^k(V)$.
To get slightly more down-to-earth, a description of how the symmetric power looks: It's essentially made up of linear combinations of elements of the form $v_1\vee\dots\vee v_k$, where $$v_1\vee\dots\vee v_i\vee\dots\vee v_j\vee\dots\vee v_k=v_1\vee\dots\vee v_j\vee\dots\vee v_i\vee\dots\vee v_k$$ and $$v_1\vee\dots (v_i+\lambda w_i)\vee\dots\vee v_k=v_1\vee\dots v_i\vee\dots\vee v_k+\lambda(v_1\vee\dots w_i\vee\dots\vee v_k)$$ meaning that the $\vee$ is symmetric and linear. Essentially like the tensor product, which is made up of linear combinations of elements of the form $v_1\otimes\dots\otimes v_k$, but $\otimes$ is only linear, not symmetric.