For the two specific questions, are the eigenvalues positive or integers, consider the matrix
$$ \left( \begin{matrix} 1 & 1 & 0 \\ 1& 1 & 1 \\ 0 & 1 & 1 \end{matrix}\right).$$
The eigenvalues of this matrix are $1 \pm \sqrt{2}$ and $1$. So in particular we have $1-\sqrt{2} < 0$ and not an integer.
However, we can say something about the largest eigenvalue. Namely, let $\lambda >0$ be the greatest eigenvalue with eigenvector $x$. Then we can pick an $i \le n$ such that $|x_i| \ge |x_j|$ for all $j \le n$. We may also assume $x_i >0$ as $-x$ is also an eigenvector with eigenvalue $\lambda$. So in particular we find
$$ \lambda x_i = (Ax)_i = \sum_{j=1}^n a_{ij} x_j \le \sum_{j=1}^n x_j \le n x_i.$$
Thus the greatest eigenvalue is less than or equal to $n$, where the matrix with only $1$'s gives an eigenvalue of $n$.