In fact/general, the $n$th root of a positive integer is either an integer or an irrational number.
Suppose $\sqrt[n]N=\frac ab$ in lowest terms, i.e., $a$ and $b\neq1$ are coprime (relatively prime). It means, $\frac{a^n}{b^n}=N$. Since $a$ and $b$ are relatively prime, $a^n$ and $b^n$ are also relatively prime ($\forall n\in\mathbb{N}, n\geq2$) by the fundamental theorem of arithmetic. If $a$ has certain prime factors, multiplying $a$ times itself doesn’t yield new primes. So, the prime factorizations of $a^n$ and $b^n$ have no common primes because $a$ and $b$ don’t. Hence, $\frac{a^n}{b^n}$ can not be an integer unless $b^n=1$. That is to say, no fraction (non-integer in lowest terms), when raised to a power, can produce an integer. Thus, the $n$th root of a positive integer is either an integer or an irrational number.
Alternatively, by the rational root theorem, every rational root of the polynomial $x^n-N$ would have a numerator (say $a$) that divides $N$ (constant term) and a denominator (say $b$) that divides $1$ (leading coefficient), i.e., $b=\pm1$. Hence, the only possible rational roots are $\pm a$, an integer factor of $N$ (integral root theorem as a special case). It can not be a (non-integer) fraction. It means $\sqrt[n]N$ is either an integer or an irrational number.
I hope this helps you!
I would like to share an interesting proof (see below).
Theorem: If $n$ is a positive integer and is not a perfect square, then $\sqrt n$ is irrational.
Proof: Suppose $\sqrt{n} = a/b$ for positive integers $a,b$ with no common factor greater than $1$. Then $b/a = \sqrt{n}/n$, and so $a/b = (bn)/a$. Since the first fraction is in the lowest terms, the numerator and denominator of the second fraction must be a common integer multiple, say $c$, of the numerator and denominator of the first. Hence, $a = cb$, and therefore, $\sqrt{n} = c$, that is, $n$ is a perfect square.
I learned this proof from a one-paragraph insert in the American Mathematical Monthly (vol. 115, June-July 2008, p. 524) written by Geoffrey C. Berresford. I love it. I hope you find it interesting.