I am going to prove that it should be bounded. It's convenient to write $\ln{x}$ as $\int_{1}^{n} \frac{1}{x} dx$. It's easy to confirm that $\frac{1}{x}$ is decreasing function. So, we have that :
$$ \frac{1}{i+1} \le \int_{i}^{i+1} \frac{1}{x} \,dx \le \frac{1}{i} $$
By taking sigma, we have that :
$$\sum_{i = 1}^{n-1} \frac{1}{i+1} \le \sum_{i = 1}^{n-1} \int_{i}^{i+1} \frac{1}{x} \,dx \le \sum_{i = 1}^{n-1} \frac{1}{i} \implies $$
$$ \sum_{i = 1}^n \frac{1}{i} - 1 \le \int_{1}^{n} \frac{1}{x} \,dx \le \sum_{i = 1}^n \frac{1}{i} - \frac{1}{n} \implies $$
$$ \frac{1}{n} \le \sum_{i = 1}^n \frac{1}{i} - \int_{1}^{n} \frac{1}{x} \,dx \le 1 $$
So, it's true that it's bounded.
For the monotonity, previously we have that $$ \frac{1}{n+1} \le \int_{n}^{n+1} \frac{1}{x} \, dx$$
So, if we assume $$F(n) = \sum_{i = 1}^n \frac{1}{i} - \int_{1}^{n} \frac{1}{x}$$. We will have that :
$$F(n+1) - F(n) = \frac{1}{n+1} - \int_{n}^{n+1} \frac{1}{x} \le 0$$. SO, it's true that $F(n)$ monotonically decreasing and bounded $\square$