By the definition of the integral we have:
If $f$ is a function defined for $a \leq x \leq b$, we divide the interval $[a,b]$ into $n$ subintervals of equal width ${\Delta}x = \frac{b - a}{n}$. We let $x_{0} (= a), x_{1}, x_{2}, {\dots}, x_{n} (= b)$ be the endpoints of these subintervals and we let $x_{1}^{*}, x_{2}^{*}, \dots, x_{n}^{*}$ be any sample points in these subintervals, so $x_{i}^{*}$ lies in the $i$th subinterval $[x_{i - 1}, x_{i}]$. Then the definite integral of $f$ from $a$ to $b$ is
\begin{equation} \int_{a}^{b} f(x) \;\mathrm{d}x = \lim_{n \to \infty} \sum_{i = 1}^{n} f(x_{i}^{*}){\Delta}x \end{equation}
provided that the limit exists and gives the same value for all possible choices of sample points. If it does exist, we say that $f$ is integrable on $[a, b]$.
From this, if $f(x) = x^{x}$, $f$ is defined on $[a, b]$ if $a = 0$ and $b = \infty$ so $f$ should be integrable.
\begin{align} \int_{0}^{1} x^{x} \;\mathrm{d}x &= \lim_{n \to \infty} \sum_{i = 1}^{n} {x_{i}^{*}}^{x_{i}^{*}}{\Delta}x \end{align} with ${\Delta}x = \frac{b - a}{n} = \frac{1 - 0}{n} = \frac{1}{n}$
and $x_{i}^{*} = a + i{\Delta}x = 0 + i \times \frac{1}{n} = \frac{i}{n}$ \begin{align} \int_{0}^{1} x^{x} \;\mathrm{d}x &= \lim_{n \to \infty} \sum_{i = 1}^{n} \left(\frac{i}{n}\right)^{\left(\frac{i}{n}\right)}\left(\frac{1}{n}\right)\\ &= \lim_{n \to \infty} \left(\frac{1}{n}\right) \sum_{i = 1}^{n} \left(\frac{i}{n}\right)^{\left(\frac{i}{n}\right)} \end{align}
The issue now is that I'm not sure how to go about evaluating this Riemann Sum to determine whether the limit exists or not. I know that it's difficult (if not impossible) to find the indefinite integral of $x^{x}$ as there is no antiderivative using elementary functions. No function exists which when differentiated yields $x^{x}$. But this shouldn't have any effect on the integrability of the function since by the theorem stated above the function is defined on the interval therefore it should be integrable.
What information could you give me to point me in the right direction?