The study of non-submodular maximization on the integer lattice is an important extension of submodular optimization. In this paper, streaming algorithms for maximizing non-negative monotone non-submodular functions with knapsack constraint on integer lattice are considered. We first design a two-pass StreamingKnapsack algorithm combining with BinarySearch as a subroutine for this problem. By introducing the DR ratio γ and the weak DR ratio γw of the non-submodular objective function, we obtain that the approximation ratio is min{γ2(1−ε)/2γ+1,1−1/γw2γ−ε}, the total memory complexity is O(KlogK/ε), and the total query complexity for each element is O(logKlog(K/ε2)/ε). Then, we design a one-pass streaming algorithm by dynamically updating the maximal function value among unit vectors along with the currently arriving element. Finally, in order to decrease the memory complexity, we design an improved StreamingKnapsack algorithm and reduce the memory complexity to O(K/ε2).