Consider the fraction $$\frac{(2n)!}{(n!)^2}$$
It suffices to show that this is an integer. You may recognize the expression as the binomial coefficient
$$\binom{2n}{n}$$
All binomial coefficients are integers, and so, a fortiori, this one is as well. As for why all binomial coefficients are integers, the combinatorial interpretation of a binomial coefficient provides a good intuition.
If this isn't satisfying, I've included a bit of a more directly intuitive approach below.
Since $(2n)! = n! \cdot (n+1) \cdot (n+2) \cdots (2n)$, your original expression can be rewritten
$$\frac{n! \cdot (n+1) \cdot (n+2) \cdots (2n)}{n! \cdot n!}$$
$$\frac{(n+1) \cdot (n+2) \cdots (2n)}{n!}$$
Intuitively, why must every integer included in $n!$ have a multiple appear in the product $(n+1) \cdot (n+2) \cdots (2n)$?